CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - socket tcp class

搜索资源列表

  1. sockscom

    1下载:
  2. Socks component/wrapper is a C++ class, which is helpful in establishing a socket through a Socks Proxy for TCP-based clients.How is it useful?This wrapper is useful to establish socket connection behind socks proxy. It supports Socks Version 4
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:33167
    • 提供者:周缘
  1. easelib

    0下载:
  2. 这是本人在Linux下开发经常使用的一组C++工具类,包括了Socket类、TCP服务类、UDP服务类、Mysql数据库操作类、日志类、配置文件解析类、日期时间操作类、MD5和Base64加解密类、线程和线程池类、XML文件解析类等-this is my development in Linux are frequently used by a group C Tools categories, including the Socket class. TCP services category,
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:69689
    • 提供者:刘忠
  1. SocketComm

    0下载:
  2. Socket类,有UDP和TCP协议,可以再包装一层。-Socket class, UDP and TCP, can be packed layer.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:8749
    • 提供者:张王子
  1. libshd

    0下载:
  2. SH_Object libSH的基类 SH_String String类 SH_Array 数据结构Array类 SH_Stack 数据结构Stack类 SH_Queue 数据结构Queue类 SH_List 数据结构List类 SH_Hash 数据结构Hash类 SH_Tree 数据结构Tree(AVL)类 SH_Lock 互斥Lock类 SH_Serial 串口类 SH_Socket 套接字类 SH_Tcp TCP类
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:54985
    • 提供者:yangthui
  1. CCESocket_demo

    1下载:
  2. a general purpose TCP/UDP socket class for WinCE
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:56343
    • 提供者:zhang
  1. linqt-2[1].8.3.tar

    0下载:
  2. 言规则,类和对象,流和I/O,异常处理,AWT/Swing高级编程,对 象序列化,高效I/O及正则表达式,...网络编程技术 TCP/IP协议,Socket套接字-on rule,class,object,stream,I/O,exception,AWT/Swing,seral,TCP/IP principle,Socket,and so on.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:314532
    • 提供者:丁飘
  1. CreatingClientServerWinsock_vb

    0下载:
  2. 這是一個client/server multi-threaded socket class.這個源代碼可利用TCP/IP或是UDP進行資料的交握-This is a client/server multi-threaded socket class. The source code can make use of TCP/IP or UDP data of Handshake
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-05
    • 文件大小:100121
    • 提供者:周小豪
  1. TCPIP_Sockets_in_Csharp_Practical_Guide_for_Progra

    0下载:
  2. Review "TCP/IP sockets in C# is an excellent book for anyone interested in writing network applications using Microsoft .Net frameworks." -Adarsh Khare, SDT, .Net Frameworks Team, Microsoft Corporation Book Descr iption Affordable instruction f
  3. 所属分类:CSharp

    • 发布日期:2017-05-08
    • 文件大小:1606928
    • 提供者:fuha_tk
  1. EchoServer2

    0下载:
  2. A new tcp socket cla-A new tcp socket class
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:209753
    • 提供者:ddf fadfd
  1. CSock

    0下载:
  2. 使用socket基于TCP协议的MFC类库编程,源码和文档-TCP-based protocol using socket programming MFC class library, source code and documentation
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:140237
    • 提供者:孙乔
  1. network-program-base

    0下载:
  2. 网络编程基础,TCP、UPD介绍及其编程基础,网络编程常用类InetAddress及Socket使用方法。-network program base,TCP、UDP program base,class InetAddress and Socket program ways。
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:154135
    • 提供者:张雷
  1. TCPScoket

    0下载:
  2. 该源码使用异步Socket方式实现TCP网络通讯,可以通过自己增加相应通信协议类来适应不同通信需求下的数据传输。 1、TcpCSFramework 为异步Socket通信框架 2、TcpClient 为TCP客户端 3、TCPServer 为TCP服务器端-This source USES asynchronous Socket way realization TCP network communication, can, through their own correspondin
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-28
    • 文件大小:178774
    • 提供者:sarawudan
  1. SimpleClient

    0下载:
  2. Android实现网络通讯源代码,使用socket类实现基本的TCP通讯。-Android network communication source code, use the socket class implements the basic TCP communication.
  3. 所属分类:android

    • 发布日期:2017-04-04
    • 文件大小:52956
    • 提供者:王小放
  1. NetMsg

    0下载:
  2. 基于 TCP/IP(UDP)协议,模仿飞秋实现局域网内的用户之间的通信,其中独自封装了Socket类-TCP/IP (UDP)-based protocol, to imitate the fly autumn communication between users within a LAN, in which alone the Socket class
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:61931
    • 提供者:
  1. TCPScoket

    0下载:
  2. 使用异步Socket方式实现TCP通讯源码 该源码使用异步Socket方式实现TCP网络通讯,可以通过自己增加相应通信协议类来适应不同通信需求下的数据传输。 1、TcpCSFramework 为异步Socket通信框架 2、TcpClient 为TCP客户端 3、TCPServer 为TCP服务器端-Asynchronous Socket ways to achieve the TCP source the source Asynchronous Socket ways t
  3. 所属分类:CSharp

    • 发布日期:2017-11-15
    • 文件大小:132878
    • 提供者:lanyigoo
  1. RTclient

    0下载:
  2. UDP编程有两种技术,一种是直接使用Socket类,另一种是使用UdpClient类。UdpClient类对基础Socket进行了封装。 与TCP有TcpListener类和TcpClient类不同,UDP只有UdpClient类。 -UDP programming technology using the Socket class, another UdpClient class. The UdpClient class of the underlying Socket packa
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-24
    • 文件大小:42750
    • 提供者:jake
  1. TCPClient

    0下载:
  2. 用tcp socket所建立的客户端,应用了CSocket的类,初学者适合-Created using tcp socket client, the application of CSocket class, suitable for beginners
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:34031
    • 提供者:zl
  1. SocketDemoSynchronousTCP

    0下载:
  2. 本例子运用C#中的Socket类进行以太网同步通信,里面有服务器和客户端界面,可以传输文件和文字,代码有大量的注释,可以让初学者很好的理解socket TCP网络编程。-The examples use C# Socket class Ethernet synchronous communication, which has server and client interface, you can transfer files and text code has a lot of notes,
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:98605
    • 提供者:sss
  1. TCP_Socket_1.6

    0下载:
  2. 这个程序是一个非常干净的代码,由有经验的程序员编写,使用C ++类cSocket,在C ++平台上编写,并且附带一个MFC演示应用程序。 cSocket类很容易使用,即使是初学者也没有问题。(Event driven (non blocking, asynchronous) Winsock programming is a very complex topic. It is definitely NOT for beginners! I needed such code and searched
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2017-12-20
    • 文件大小:627712
    • 提供者:ElectroMaster
  1. TcpClientRecive

    0下载:
  2. 基于TCP/ip协议的socket通信,此代码为自己写的一个类,只要传入服务端的地址和端口就可以,此为异步通信方式(TCP/ip protocol based on the socket communication, this code for yourself to write a class, as long as the incoming server address and port can be, this is asynchronous communication mode)
  3. 所属分类:TCP/IP协议栈

« 1 23 »
搜珍网 www.dssz.com